home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-01004.DIR / 00017.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  587 b   |  25 lines

  1. on exitFrame
  2.   if the mouseUp = 1 then
  3.     if the visible of sprite 15 = 1 then
  4.       if sprite 15 intersects 10 then
  5.         set the visible of sprite 5 to 0
  6.         updateStage()
  7.         set the visible of sprite 15 to 0
  8.         updateStage()
  9.         go("right")
  10.       end if
  11.     end if
  12.   end if
  13.   if the mouseUp = 1 then
  14.     if the visible of sprite 18 = 1 then
  15.       if sprite 18 intersects 11 then
  16.         set the visible of sprite 8 to 0
  17.         updateStage()
  18.         set the visible of sprite 18 to 0
  19.         updateStage()
  20.         go("right")
  21.       end if
  22.     end if
  23.   end if
  24. end
  25.